home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer Documentation - HTTP - www.myserverproject.net</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
- </head>
- <body>
- <table class="center" width="95%">
- <tr>
- <td class="center">
- <h1 class="title">HTTP</h1>
- HTTP (Hypertext Transfer Protocol) is the set of rules(protocol) that govern the transferring of files
- over the Internet. These files can be text, graphics, sound or video. HTTP uses a simple server-client
- interface, where the client requests a file or application and the server processes the request and
- returns the correct data back to the client. The HTTP protocol works at level 7 of the ISO-OSI stack.
- <br /><br />
- The HTTP protocol is the de facto standard for transferring documents over the internet.
- <br /><br />
- The current version of HTTP is HTTP/1.1 described in the RFC 2616.
- More information can befound at the <a href="http://www.w3.org/Protocols/" target="_blank">WWW Consortium</a>.
- <br /><br /><br />
- </td>
- </tr>
- </table>
- </body>
- </html>
-